Chain up relevant GObjectClass:notify vfuncs
authorClaudio Saavedra <csaavedra@igalia.com>
Wed, 4 Apr 2012 08:10:44 +0000 (11:10 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Tue, 7 Aug 2012 15:14:56 +0000 (18:14 +0300)
commit560952d3c0b942971c29ae7690c95e789ad9499f
tree7305ad63764d28658a871200d832bde4b138d875
parent8062e471d1ee07673a41d226976cd33c1f4d7051
Chain up relevant GObjectClass:notify vfuncs

These widgets have ancestors other than GObject which could eventually
implement the notify vfunc for their properties. For correctness, they
should chain up the notify vfunc.

https://bugzilla.gnome.org/show_bug.cgi?id=673478
gtk/gtksocket.c
gtk/gtktoolitem.c